luci-theme-openwrt: zone-forwards wrap
authorJyn <[email protected]>
Mon, 14 Apr 2025 07:43:51 +0000 (14:43 +0700)
committerPaul Donald <[email protected]>
Mon, 14 Apr 2025 13:19:35 +0000 (15:19 +0200)
Signed-off-by: Jyn <[email protected]>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index b447acc8ab37faf58ca76aab678e182ca7f372ad..18e70761500b6ea9dd5a77b2b28d0b9627d0a816 100644 (file)
@@ -1482,12 +1482,13 @@ select + .cbi-button {
 
 .zone-forwards {
        display: flex;
-       flex-wrap: wrap;
+       flex-wrap: nowrap;
 }
 
 .zone-forwards > * {
        flex: 1 1 45%;
        padding: 1px;
+       text-wrap: auto;
 }
 
 .zone-forwards > span {